docs: Include GDK_WINDOWING_MACOS
authorMatthias Clasen <mclasen@redhat.com>
Thu, 29 Oct 2020 16:35:28 +0000 (12:35 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 29 Oct 2020 18:23:46 +0000 (14:23 -0400)
We no longer have a Quartz backend, it is called
MacOS now.

docs/reference/gdk/gdk4-overrides.txt
docs/reference/gdk/gdk4-sections.txt
gdk/gdk.c

index 4123476674f00c2574cc181cc2cac94db876a716..5dab67c7c97673ccc31e4b1bc6faa76cc04b20d6 100644 (file)
@@ -10,8 +10,8 @@
 </MACRO>
 
 <MACRO>
-<NAME>GDK_WINDOWING_QUARTZ</NAME>
-#define GDK_WINDOWING_QUARTZ
+<NAME>GDK_WINDOWING_MACOS</NAME>
+#define GDK_WINDOWING_MACOS
 </MACRO>
 
 <MACRO>
index 9373f948f3be9873a1d627af9cd592c5f70f40aa..ac187474cf6fdf9008064cde3dd91fb93735911c 100644 (file)
@@ -8,7 +8,7 @@
 <SUBSECTION>
 GDK_WINDOWING_X11
 GDK_WINDOWING_WIN32
-GDK_WINDOWING_QUARTZ
+GDK_WINDOWING_MACOS
 GDK_WINDOWING_WAYLAND
 
 <SUBSECTION>
index 1cb48f411bfe5dea5be3d4c5f8b48c38da253e78..874e9938929f5a02db7239316d28e06335edb946 100644 (file)
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
  */
 
 /**
- * GDK_WINDOWING_QUARTZ:
+ * GDK_WINDOWING_MACOS:
  *
- * The #GDK_WINDOWING_QUARTZ macro is defined if the Quartz backend
+ * The #GDK_WINDOWING_MACOS macro is defined if the MacOS backend
  * is supported.
  *
- * Use this macro to guard code that is specific to the Quartz backend.
+ * Use this macro to guard code that is specific to the MacOS backend.
  */
 
 /**